CantEatScreen  
  fun CantEatScreen(cantEatViewModel: CantEatViewModel = viewModel(factory = CantEatViewModel.Factory))
Composable function for the CantEatScreen.
Parameters
cantEatViewModel   
The ViewModel for managing CantEat data.
Composable function for the CantEatScreen.
The ViewModel for managing CantEat data.